home *** CD-ROM | disk | FTP | other *** search
/ Festival Card Factory / Festival Card Factory.iso / imagewin.dfm / imagewin.txt
Text File  |  1995-12-25  |  4KB  |  227 lines

  1. object ImageForm: TImageForm
  2.   Left = 69
  3.   Top = 67
  4.   ActiveControl = FileEdit
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Power Source Multimedia Card Viewer'
  8.   ClientHeight = 321
  9.   ClientWidth = 532
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 316
  19.     Top = 5
  20.     Width = 171
  21.     Height = 172
  22.   end
  23.   object Bevel2: TBevel
  24.     Left = 317
  25.     Top = 184
  26.     Width = 170
  27.     Height = 125
  28.   end
  29.   object PathLabel: TLabel
  30.     Left = 10
  31.     Top = 40
  32.     Width = 18
  33.     Height = 13
  34.     Caption = 'a:\'
  35.   end
  36.   object Label1: TLabel
  37.     Left = 325
  38.     Top = 11
  39.     Width = 43
  40.     Height = 13
  41.     Caption = 'Label1'
  42.   end
  43.   object Label2: TLabel
  44.     Left = 324
  45.     Top = 290
  46.     Width = 117
  47.     Height = 13
  48.     Caption = 'Number of Glyphs - '
  49.   end
  50.   object Bevel3: TBevel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 313
  54.     Height = 41
  55.   end
  56.   object DirectoryListBox1: TDirectoryListBox
  57.     Left = 8
  58.     Top = 58
  59.     Width = 148
  60.     Height = 226
  61.     DirLabel = PathLabel
  62.     FileList = FileListBox1
  63.     IntegralHeight = True
  64.     ItemHeight = 16
  65.     TabOrder = 1
  66.   end
  67.   object DriveComboBox1: TDriveComboBox
  68.     Left = 9
  69.     Top = 293
  70.     Width = 148
  71.     Height = 19
  72.     DirList = DirectoryListBox1
  73.     TabOrder = 3
  74.   end
  75.   object FileEdit: TEdit
  76.     Left = 166
  77.     Top = 45
  78.     Width = 139
  79.     Height = 20
  80.     TabOrder = 0
  81.     Text = '*.bmp;*.ico;*.wmf'
  82.     OnKeyPress = FileEditKeyPress
  83.   end
  84.   object UpDownGroup: TGroupBox
  85.     Left = 323
  86.     Top = 200
  87.     Width = 154
  88.     Height = 41
  89.     Caption = 'Up / Down'
  90.     TabOrder = 5
  91.     object SpeedButton1: TSpeedButton
  92.       Left = 116
  93.       Top = 16
  94.       Width = 25
  95.       Height = 19
  96.       AllowAllUp = True
  97.       GroupIndex = 1
  98.     end
  99.     object BitBtn1: TBitBtn
  100.       Left = 12
  101.       Top = 16
  102.       Width = 92
  103.       Height = 19
  104.       Caption = 'BitBtn1'
  105.       TabOrder = 0
  106.     end
  107.   end
  108.   object DisabledGrp: TGroupBox
  109.     Left = 323
  110.     Top = 240
  111.     Width = 154
  112.     Height = 40
  113.     Caption = 'Disabled'
  114.     TabOrder = 7
  115.     object SpeedButton2: TSpeedButton
  116.       Left = 116
  117.       Top = 16
  118.       Width = 25
  119.       Height = 18
  120.       Enabled = False
  121.     end
  122.     object BitBtn2: TBitBtn
  123.       Left = 11
  124.       Top = 16
  125.       Width = 94
  126.       Height = 19
  127.       Caption = 'BitBtn2'
  128.       Enabled = False
  129.       TabOrder = 0
  130.     end
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 324
  134.     Top = 24
  135.     Width = 157
  136.     Height = 121
  137.     BevelInner = bvLowered
  138.     TabOrder = 8
  139.     object Image1: TImage
  140.       Left = 2
  141.       Top = 2
  142.       Width = 153
  143.       Height = 117
  144.       Align = alClient
  145.     end
  146.   end
  147.   object FileListBox1: TFileListBox
  148.     Left = 166
  149.     Top = 72
  150.     Width = 139
  151.     Height = 212
  152.     FileEdit = FileEdit
  153.     ItemHeight = 13
  154.     Mask = '*.bmp;*.ico;*.wmf'
  155.     TabOrder = 2
  156.     OnClick = FileListBox1Click
  157.   end
  158.   object SpinEdit1: TSpinEdit
  159.     Left = 442
  160.     Top = 285
  161.     Width = 34
  162.     Height = 22
  163.     MaxValue = 4
  164.     MinValue = 1
  165.     TabOrder = 9
  166.     Value = 1
  167.     OnChange = SpinEdit1Change
  168.   end
  169.   object ViewBtn: TBitBtn
  170.     Left = 325
  171.     Top = 146
  172.     Width = 63
  173.     Height = 24
  174.     Caption = '&Full View'
  175.     TabOrder = 6
  176.     OnClick = ViewBtnClick
  177.   end
  178.   object FilterComboBox1: TFilterComboBox
  179.     Left = 166
  180.     Top = 288
  181.     Width = 140
  182.     Height = 21
  183.     FileList = FileListBox1
  184.     Filter = 
  185.       'Image Files (*.bmp, *.ico, *.wmf)|*.bmp;*.ico;*.wmf|Bitmap Files' +
  186.       ' (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf)|*.wmf|All f' +
  187.       'iles (*.*)|*.*'
  188.     TabOrder = 4
  189.   end
  190.   object CheckBox1: TCheckBox
  191.     Left = 327
  192.     Top = 185
  193.     Width = 104
  194.     Height = 17
  195.     Caption = 'View as Glyph'
  196.     TabOrder = 10
  197.     OnClick = CheckBox1Click
  198.   end
  199.   object StretchCheck: TCheckBox
  200.     Left = 413
  201.     Top = 152
  202.     Width = 64
  203.     Height = 17
  204.     Caption = 'Stretch'
  205.     TabOrder = 11
  206.     OnClick = StretchCheckClick
  207.   end
  208.   object Button1: TButton
  209.     Left = 168
  210.     Top = 8
  211.     Width = 137
  212.     Height = 25
  213.     Caption = ' Card Maker '
  214.     TabOrder = 12
  215.     OnClick = Button1Click
  216.   end
  217.   object Button2: TButton
  218.     Left = 8
  219.     Top = 8
  220.     Width = 145
  221.     Height = 25
  222.     Caption = ' Windows Paintbrush'
  223.     TabOrder = 13
  224.     OnClick = Button2Click
  225.   end
  226. end
  227.